home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / patches / symantec / rtlinc.exe / DDEML.H < prev    next >
C/C++ Source or Header  |  1993-06-28  |  217b  |  11 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different ddeml.h */
  3.  
  4. #ifdef __NT__
  5. #pragma pack(__DEFALIGN)
  6. #include <win32\ddeml.h>
  7. #pragma pack()
  8. #else
  9. #include <win16\ddeml.h>
  10. #endif
  11.